From: Stefan Monnier Date: Fri, 22 Feb 2008 17:45:11 +0000 (+0000) Subject: Include termhooks.h to find the image_cache slot in terminal objects. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23869 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6087292e62fe822459b8cdb863e10d686a53a937;p=emacs.git Include termhooks.h to find the image_cache slot in terminal objects. --- diff --git a/src/image.c b/src/image.c index 7833b8473d6..cce0024e835 100644 --- a/src/image.c +++ b/src/image.c @@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */ #include #include "charset.h" #include "coding.h" - +#include "termhooks.h" #ifdef HAVE_X_WINDOWS #include "xterm.h"